<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.ui.web.configuration.default.override">

  <require>org.nuxeo.ecm.platform.ui.web.configuration.default</require>

  <extension point="configuration" target="org.nuxeo.runtime.ConfigurationService">
    <documentation>
      Property that allows removing optimization features on alias
      tags (nxu:set and associated), useful for backport of optimization on
      maintenance branches.

      @since 8.2
    </documentation>
    <property name="nuxeo.jsf.removeAliasOptimsReloaded">false</property>
  </extension>

</component>
